Rmisc/[tmp]convert.t.to.p.R

#' @export
convert.t.to.p <- function(t, df) {
  return(2*stats::pt(-abs(t),df));
}
wviechtb/escalc documentation built on Jan. 9, 2020, 4:14 p.m.